home *** CD-ROM | disk | FTP | other *** search
- #[document 70.2 117.25 152.2 255.55
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(70.20,255.55);
- l(70.20,117.25);
- l(152.20,187.20);
- l(70.20,255.55);
- close_edge();
- p=path();
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-